Defines various layout options for displaying text on page graphics.

Full documentation

Initializes a new PDFStringLayoutOptions object.

Full documentation

Initializes a new PDFStringLayoutOptions object.

Full documentation

Gets a flag indicating whether long words should wrap if they do not fit entirely on a single line.

Full documentation

Gets the height of rectangle that defines the text location.
The text is cut when its height is greater than this height. If this is 0 or negative, its value is ignored and the text overflows.

Full documentation

Gets the horizontal alignment of text.

Full documentation

Gets the line spacing adjustment.
This value is added to default line spacing in order to increase or decrease the spacing between lines of text in a text box.

Full documentation

Gets the rotation angle of the text.
The text is rotated counterclockwise.

Full documentation

Gets the text direction.

Full documentation

Gets the vertical alignment of text.
The anchor point depends on the horizontal text alignment.

Full documentation

Gets the width of rectangle that defines the text location.
The text is automatically wrapped when the text width is greater than this width. If this is 0 or negative, its value is ignored and the text is not wrapped.

Full documentation

Gets the X coordinate of the text anchor point.

Full documentation

Gets the Y coordinate of the text anchor point.
The anchor point depends on the vertical text alignment.

Full documentation

Sets a flag indicating whether long words should wrap if they do not fit entirely on a single line.

Full documentation

Sets the height of rectangle that defines the text location.
The text is cut when its height is greater than this height. If this is 0 or negative, its value is ignored and the text overflows.

Full documentation

Sets the horizontal alignment of text.

Full documentation

Sets the line spacing adjustment.
This value is added to default line spacing in order to increase or decrease the spacing between lines of text in a text box.

Full documentation

Sets the rotation angle of the text.
The text is rotated counterclockwise.

Full documentation

Sets the text direction.

Full documentation

Sets the vertical alignment of text.
The anchor point depends on the horizontal text alignment.

Full documentation

Sets the width of rectangle that defines the text location.
The text is automatically wrapped when the text width is greater than this width. If this is 0 or negative, its value is ignored and the text is not wrapped.

Full documentation

Sets the X coordinate of the text anchor point.

Full documentation

Sets the Y coordinate of the text anchor point.
The anchor point depends on the vertical text alignment.

Full documentation